toggle menu
mDocs Holder SDK
androidJvm
switch theme
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto.grants
/
TransactionCode
Transaction
Code
@
Serializable
data
class
TransactionCode
(
val
inputMode
:
InputMode
?
,
val
length
:
Int
?
,
val
description
:
String
?
)
Members
Constructors
Transaction
Code
Link copied to clipboard
constructor
(
inputMode
:
InputMode
?
,
length
:
Int
?
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
input
Mode
Link copied to clipboard
@
SerialName
(
value
=
"input_mode"
)
val
inputMode
:
InputMode
?
length
Link copied to clipboard
val
length
:
Int
?
Functions
validate
Link copied to clipboard
fun
validate
(
input
:
String
?
)
:
Boolean